home *** CD-ROM | disk | FTP | other *** search
- Path: news.halcyon.com!usenet
- From: Paul Campbell <seapwc@halcyon.com>
- Newsgroups: comp.lang.c++
- Subject: Re: MSVC40 INline assembler
- Date: Tue, 16 Apr 1996 18:06:28 -0700
- Organization: Northwest Nexus Inc.
- Message-ID: <31744414.3BB6@halcyon.com>
- References: <92@tavakol.muc.de>
- NNTP-Posting-Host: blv-pm1-ip29.halcyon.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (WinNT; I)
-
- Oliver Kharraz wrote:
-
- > I have a short and simple question (which I would like to have an
- > answer to *before* I go and buy the product): Is it possible to do
- > inline assembly with VC?
-
- Yes, __asm {
-
- assembler stuff here
- }
-
- Enjoy
-
-
-